home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_game / jnsoe145.zip / DOOR.BAT < prev    next >
DOS Batch File  |  1994-07-22  |  433b  |  15 lines

  1. REM This is all that is required to run any JNS Software Door Game.
  2. REM Just replace JNS_DOOR.EXE with the game's EXE file name you are
  3. REM setting up. (ie. SOLITREE.EXE)
  4.  
  5. @ECHO OFF
  6.  
  7. REM Change to the directory the door is located in.
  8. CD\BBS\DOORS\01 
  9.  
  10. REM Run the door. Be sure to change this line to the doorname your using.
  11. JNS_DOOR.EXE
  12.  
  13. REM Some BBS Systems require you to change back to the BBS directory.
  14. CD\BBS
  15.